home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / MenuCalendarClock-iCal-2.1.1.dmg / MenuCalendarClock iCal.app / Contents / Resources / DisplayPrefs.nib / classes.nib next >
Encoding:
Text File  |  2005-11-07  |  3.4 KB  |  94 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 resetWindowBackgroundColor = id; 
  6.                 setBackgroundColorAction = id; 
  7.                 updatePreferences = id; 
  8.                 updatePrefsAndRecreateStatusItem = id; 
  9.                 updatePrefsAndRedisplayCalendar = id; 
  10.                 updatePrefsAndRedisplayLists = id; 
  11.             }; 
  12.             CLASS = DisplayPrefs; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 additionalDaysPopup = NSPopUpButton; 
  16.                 animateWindowButton = NSButton; 
  17.                 markDaysButton = NSButton; 
  18.                 redSundaysButton = NSButton; 
  19.                 showAdditionalDaysButton = NSButton; 
  20.                 showCalendarWeeksButton = NSButton; 
  21.                 showMouseOverButton = NSButton; 
  22.                 showTooltipsButton = NSButton; 
  23.                 todoItemPlacementRadioButtons = NSMatrix; 
  24.                 todoItemTimespanPopup = NSPopUpButton; 
  25.                 weekStartButton = NSButton; 
  26.                 windowBackgroundColorWell = NSColorWell; 
  27.             }; 
  28.             SUPERCLASS = OPPreferencePane; 
  29.         }, 
  30.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  31.         {
  32.             ACTIONS = {
  33.                 checkedAddressFormatBox = id; 
  34.                 chooseDefaultStationary = id; 
  35.                 chooseSenderAddress = id; 
  36.             }; 
  37.             CLASS = GeneralPrefsPane; 
  38.             LANGUAGE = ObjC; 
  39.             OUTLETS = {
  40.                 defaultStationaryPopup = NSPopUpButton; 
  41.                 senderAddressPopUp = NSPopUpButton; 
  42.                 usStyleAddressCheckBox = NSButton; 
  43.             }; 
  44.             SUPERCLASS = OPPreferencePane; 
  45.         }, 
  46.         {
  47.             CLASS = NSPreferencePane; 
  48.             LANGUAGE = ObjC; 
  49.             OUTLETS = {
  50.                 "_firstKeyView" = NSView; 
  51.                 "_initialKeyView" = NSView; 
  52.                 "_lastKeyView" = NSView; 
  53.                 "_window" = NSWindow; 
  54.             }; 
  55.             SUPERCLASS = NSObject; 
  56.         }, 
  57.         {CLASS = OPHelpButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  58.         {CLASS = OPPreferencePane; LANGUAGE = ObjC; SUPERCLASS = NSPreferencePane; }, 
  59.         {
  60.             ACTIONS = {
  61.                 changePlainTextFont = id; 
  62.                 changeRichTextFont = id; 
  63.                 miscChanged = id; 
  64.                 ok = id; 
  65.                 revert = id; 
  66.                 revertToDefault = id; 
  67.                 showPanel = id; 
  68.             }; 
  69.             CLASS = Preferences; 
  70.             LANGUAGE = ObjC; 
  71.             OUTLETS = {
  72.                 addExtensionToNewPlainTextFilesButton = id; 
  73.                 checkSpellingAsYouTypeButton = id; 
  74.                 deleteBackupButton = id; 
  75.                 ignoreHTMLButton = id; 
  76.                 ignoreRichTextButton = id; 
  77.                 myOutlet = id; 
  78.                 overwriteReadOnlyFilesButton = id; 
  79.                 plainTextEncodingForReadPopup = id; 
  80.                 plainTextEncodingForWritePopup = id; 
  81.                 plainTextFontNameField = id; 
  82.                 richTextFontNameField = id; 
  83.                 richTextMatrix = id; 
  84.                 saveFilesWritableButton = id; 
  85.                 showPageBreaksButton = id; 
  86.                 tabWidthField = id; 
  87.                 windowHeightField = id; 
  88.                 windowWidthField = id; 
  89.             }; 
  90.             SUPERCLASS = NSObject; 
  91.         }
  92.     ); 
  93.     IBVersion = 1; 
  94. }